home *** CD-ROM | disk | FTP | other *** search
/ Clickx 115 / Clickx 115.iso / software / tools / windows / tails-i386-0.16.iso / live / filesystem.squashfs / etc / ppp / options < prev    next >
Encoding:
Text File  |  2010-08-08  |  12.9 KB  |  349 lines

  1. # /etc/ppp/options
  2. # Originally created by Jim Knoble <jmknoble@mercury.interpath.net>
  3. # Modified for Debian by alvar Bray <alvar@meiko.co.uk>
  4. # Modified for PPP Server setup by Christoph Lameter <clameter@debian.org>
  5. #
  6. # To quickly see what options are active in this file, use this command:
  7. #   egrep -v '#|^ *$' /etc/ppp/options
  8.  
  9. # Specify which DNS Servers the incoming Win95 or WinNT Connection should use
  10. # Two Servers can be remotely configured
  11. # ms-dns 192.168.1.1
  12. # ms-dns 192.168.1.2
  13.  
  14. # Specify which WINS Servers the incoming connection Win95 or WinNT should use
  15. # ms-wins 192.168.1.50
  16. # ms-wins 192.168.1.51
  17.  
  18. # Run the executable or shell command specified after pppd has
  19. # terminated the link.  This script could, for example, issue commands
  20. # to the modem to cause it to hang up if hardware modem control signals
  21. # were not available.
  22. #disconnect "chat -- \d+++\d\c OK ath0 OK"
  23.  
  24. # async character map -- 32-bit hex; each bit is a character
  25. # that needs to be escaped for pppd to receive it.  0x00000001
  26. # represents '\x01', and 0x80000000 represents '\x1f'.
  27. asyncmap 0
  28.  
  29. # Require the peer to authenticate itself before allowing network
  30. # packets to be sent or received.
  31. # Please do not disable this setting. It is expected to be standard in
  32. # future releases of pppd. Use the call option (see manpage) to disable
  33. # authentication for specific peers.
  34. auth
  35.  
  36. # Use hardware flow control (i.e. RTS/CTS) to control the flow of data
  37. # on the serial port.
  38. crtscts
  39.  
  40. # Use software flow control (i.e. XON/XOFF) to control the flow of data
  41. # on the serial port.
  42. #xonxoff
  43.  
  44. # Specifies that certain characters should be escaped on transmission
  45. # (regardless of whether the peer requests them to be escaped with its
  46. # async control character map).  The characters to be escaped are
  47. # specified as a list of hex numbers separated by commas.  Note that
  48. # almost any character can be specified for the escape option, unlike
  49. # the asyncmap option which only allows control characters to be
  50. # specified.  The characters which may not be escaped are those with hex
  51. # values 0x20 - 0x3f or 0x5e.
  52. #escape 11,13,ff
  53.  
  54. # Don't use the modem control lines.
  55. #local
  56.  
  57. # Specifies that pppd should use a UUCP-style lock on the serial device
  58. # to ensure exclusive access to the device.
  59. lock
  60.  
  61. # Don't show the passwords when logging the contents of PAP packets.
  62. # This is the default.
  63. hide-password
  64.  
  65. # When logging the contents of PAP packets, this option causes pppd to
  66. # show the password string in the log message.
  67. #show-password
  68.  
  69. # Use the modem control lines.  On Ultrix, this option implies hardware
  70. # flow control, as for the crtscts option.  (This option is not fully
  71. # implemented.)
  72. modem
  73.  
  74. # Set the MRU [Maximum Receive Unit] value to <n> for negotiation.  pppd
  75. # will ask the peer to send packets of no more than <n> bytes. The
  76. # minimum MRU value is 128.  The default MRU value is 1500.  A value of
  77. # 296 is recommended for slow links (40 bytes for TCP/IP header + 256
  78. # bytes of data).
  79. #mru 542
  80.  
  81. # Set the interface netmask to <n>, a 32 bit netmask in "decimal dot"
  82. # notation (e.g. 255.255.255.0).
  83. #netmask 255.255.255.0
  84.  
  85. # Disables the default behaviour when no local IP address is specified,
  86. # which is to determine (if possible) the local IP address from the
  87. # hostname. With this option, the peer will have to supply the local IP
  88. # address during IPCP negotiation (unless it specified explicitly on the
  89. # command line or in an options file).
  90. #noipdefault
  91.  
  92. # Enables the "passive" option in the LCP.  With this option, pppd will
  93. # attempt to initiate a connection; if no reply is received from the
  94. # peer, pppd will then just wait passively for a valid LCP packet from
  95. # the peer (instead of exiting, as it does without this option).
  96. #passive
  97.  
  98. # With this option, pppd will not transmit LCP packets to initiate a
  99. # connection until a valid LCP packet is received from the peer (as for
  100. # the "passive" option with old versions of pppd).
  101. #silent
  102.  
  103. # Don't request or allow negotiation of any options for LCP and IPCP
  104. # (use default values).
  105. #-all
  106.  
  107. # Disable Address/Control compression negotiation (use default, i.e.
  108. # address/control field disabled).
  109. #-ac
  110.  
  111. # Disable asyncmap negotiation (use the default asyncmap, i.e. escape
  112. # all control characters).
  113. #-am
  114.  
  115. # Don't fork to become a background process (otherwise pppd will do so
  116. # if a serial device is specified).
  117. #-detach
  118.  
  119. # Disable IP address negotiation (with this option, the remote IP
  120. # address must be specified with an option on the command line or in
  121. # an options file).
  122. #-ip
  123.  
  124. # Disable IPCP negotiation and IP communication. This option should
  125. # only be required if the peer is buggy and gets confused by requests
  126. # from pppd for IPCP negotiation.
  127. #noip
  128.  
  129. # Disable magic number negotiation.  With this option, pppd cannot
  130. # detect a looped-back line.
  131. #-mn
  132.  
  133. # Disable MRU [Maximum Receive Unit] negotiation (use default, i.e.
  134. # 1500).
  135. #-mru
  136.  
  137. # Disable protocol field compression negotiation (use default, i.e.
  138. # protocol field compression disabled).
  139. #-pc
  140.  
  141. # Require the peer to authenticate itself using PAP.
  142. #+pap
  143.  
  144. # Don't agree to authenticate using PAP.
  145. #-pap
  146.  
  147. # Require the peer to authenticate itself using CHAP [Cryptographic
  148. # Handshake Authentication Protocol] authentication.
  149. #+chap
  150.  
  151. # Don't agree to authenticate using CHAP.
  152. #-chap
  153.  
  154. # Disable negotiation of Van Jacobson style IP header compression (use
  155. # default, i.e. no compression).
  156. #-vj
  157.  
  158. # Increase debugging level (same as -d).  If this option is given, pppd
  159. # will log the contents of all control packets sent or received in a
  160. # readable form.  The packets are logged through syslog with facility
  161. # daemon and level debug. This information can be directed to a file by
  162. # setting up /etc/syslog.conf appropriately (see syslog.conf(5)).  (If
  163. # pppd is compiled with extra debugging enabled, it will log messages
  164. # using facility local2 instead of daemon).
  165. #debug
  166.  
  167. # Append the domain name <d> to the local host name for authentication
  168. # purposes.  For example, if gethostname() returns the name porsche,
  169. # but the fully qualified domain name is porsche.Quotron.COM, you would
  170. # use the domain option to set the domain name to Quotron.COM.
  171. #domain <d>
  172.  
  173. # Enable debugging code in the kernel-level PPP driver.  The argument n
  174. # is a number which is the sum of the following values: 1 to enable
  175. # general debug messages, 2 to request that the contents of received
  176. # packets be printed, and 4 to request that the contents of transmitted
  177. # packets be printed.
  178. #kdebug n
  179.  
  180. # Set the MTU [Maximum Transmit Unit] value to <n>. Unless the peer
  181. # requests a smaller value via MRU negotiation, pppd will request that
  182. # the kernel networking code send data packets of no more than n bytes
  183. # through the PPP network interface.
  184. #mtu <n>
  185.  
  186. # Set the name of the local system for authentication purposes to <n>.
  187. # This is a privileged option. With this option, pppd will use lines in the
  188. # secrets files which have <n> as the second field when looking for a
  189. # secret to use in authenticating the peer. In addition, unless overridden
  190. # with the user option, <n> will be used as the name to send to the peer
  191. # when authenticating the local system to the peer. (Note that pppd does
  192. # not append the domain name to <n>.)
  193. #name <n>
  194.  
  195. # Enforce the use of the hostname as the name of the local system for
  196. # authentication purposes (overrides the name option).
  197. #usehostname
  198.  
  199. # Set the assumed name of the remote system for authentication purposes
  200. # to <n>.
  201. #remotename <n>
  202.  
  203. # Add an entry to this system's ARP [Address Resolution Protocol]
  204. # table with the IP address of the peer and the Ethernet address of this
  205. # system.
  206. #proxyarp
  207.  
  208. # Use the system password database for authenticating the peer using
  209. # PAP. Note: mgetty already provides this option. If this is specified
  210. # then dialin from users using a script under Linux to fire up ppp wont work.
  211. # login
  212.  
  213. # If this option is given, pppd will send an LCP echo-request frame to the
  214. # peer every n seconds. Normally the peer should respond to the echo-request
  215. # by sending an echo-reply. This option can be used with the
  216. # lcp-echo-failure option to detect that the peer is no longer connected.
  217. lcp-echo-interval 30
  218.  
  219. # If this option is given, pppd will presume the peer to be dead if n
  220. # LCP echo-requests are sent without receiving a valid LCP echo-reply.
  221. # If this happens, pppd will terminate the connection.  Use of this
  222. # option requires a non-zero value for the lcp-echo-interval parameter.
  223. # This option can be used to enable pppd to terminate after the physical
  224. # connection has been broken (e.g., the modem has hung up) in
  225. # situations where no hardware modem control lines are available.
  226. lcp-echo-failure 4
  227.  
  228. # Set the LCP restart interval (retransmission timeout) to <n> seconds
  229. # (default 3).
  230. #lcp-restart <n>
  231.  
  232. # Set the maximum number of LCP terminate-request transmissions to <n>
  233. # (default 3).
  234. #lcp-max-terminate <n>
  235.  
  236. # Set the maximum number of LCP configure-request transmissions to <n>
  237. # (default 10).
  238. #lcp-max-configure <n>
  239.  
  240. # Set the maximum number of LCP configure-NAKs returned before starting
  241. # to send configure-Rejects instead to <n> (default 10).
  242. #lcp-max-failure <n>
  243.  
  244. # Set the IPCP restart interval (retransmission timeout) to <n>
  245. # seconds (default 3).
  246. #ipcp-restart <n>
  247.  
  248. # Set the maximum number of IPCP terminate-request transmissions to <n>
  249. # (default 3).
  250. #ipcp-max-terminate <n>
  251.  
  252. # Set the maximum number of IPCP configure-request transmissions to <n>
  253. # (default 10).
  254. #ipcp-max-configure <n>
  255.  
  256. # Set the maximum number of IPCP configure-NAKs returned before starting
  257. # to send configure-Rejects instead to <n> (default 10).
  258. #ipcp-max-failure <n>
  259.  
  260. # Set the PAP restart interval (retransmission timeout) to <n> seconds
  261. # (default 3).
  262. #pap-restart <n>
  263.  
  264. # Set the maximum number of PAP authenticate-request transmissions to
  265. # <n> (default 10).
  266. #pap-max-authreq <n>
  267.  
  268. # Set the maximum time that pppd will wait for the peer to authenticate
  269. # itself with PAP to <n> seconds (0 means no limit).
  270. #pap-timeout <n>
  271.  
  272. # Set the CHAP restart interval (retransmission timeout for
  273. # challenges) to <n> seconds (default 3).
  274. #chap-restart <n>
  275.  
  276. # Set the maximum number of CHAP challenge transmissions to <n>
  277. # (default 10).
  278. #chap-max-challenge
  279.  
  280. # If this option is given, pppd will rechallenge the peer every <n>
  281. # seconds.
  282. #chap-interval <n>
  283.  
  284. # With this option, pppd will accept the peer's idea of our local IP
  285. # address, even if the local IP address was specified in an option.
  286. #ipcp-accept-local
  287.  
  288. # With this option, pppd will accept the peer's idea of its (remote) IP
  289. # address, even if the remote IP address was specified in an option.
  290. #ipcp-accept-remote
  291.  
  292. # Disable the IPXCP and IPX protocols.
  293. # To let pppd pass IPX packets comment this out --- you'll probably also
  294. # want to install ipxripd, and have the Internal IPX Network option enabled
  295. # in your kernel.  /usr/doc/HOWTO/IPX-HOWTO.gz contains more info.
  296. noipx
  297.  
  298. # Exit once a connection has been made and terminated. This is the default,
  299. # unless the `persist' or `demand' option has been specified.
  300. #nopersist
  301.  
  302. # Do not exit after a connection is terminated; instead try to reopen
  303. # the connection.
  304. #persist
  305.  
  306. # Terminate after n consecutive failed connection attempts.
  307. # A value of 0 means no limit. The default value is 10.
  308. #maxfail <n>
  309.  
  310. # Initiate the link only on demand, i.e. when data traffic is present. 
  311. # With this option, the remote IP address must be specified by the user on
  312. # the command line or in an options file.  Pppd will initially configure
  313. # the interface and enable it for IP traffic without connecting to the peer. 
  314. # When traffic is available, pppd will connect to the peer and perform
  315. # negotiation, authentication, etc.  When this is completed, pppd will
  316. # commence passing data packets (i.e., IP packets) across the link.
  317. #demand
  318.  
  319. # Specifies that pppd should disconnect if the link is idle for <n> seconds.
  320. # The link is idle when no data packets (i.e. IP packets) are being sent or
  321. # received.  Note: it is not advisable to use this option with the persist
  322. # option without the demand option.  If the active-filter option is given,
  323. # data packets which are rejected by the specified activity filter also
  324. # count as the link being idle.
  325. #idle <n>
  326.  
  327. # Specifies how many seconds to wait before re-initiating the link after
  328. # it terminates.  This option only has any effect if the persist or demand
  329. # option is used.  The holdoff period is not applied if the link was
  330. # terminated because it was idle.
  331. #holdoff <n>
  332.  
  333. # Wait for up n milliseconds after the connect script finishes for a valid
  334. # PPP packet from the peer.  At the end of this time, or when a valid PPP
  335. # packet is received from the peer, pppd will commence negotiation by
  336. # sending its first LCP packet.  The default value is 1000 (1 second).
  337. # This wait period only applies if the connect or pty option is used.
  338. #connect-delay <n>
  339.  
  340. # Packet filtering: for more information, see pppd(8)
  341. # Any packets matching the filter expression will be interpreted as link
  342. # activity, and will cause a "demand" connection to be activated, and reset
  343. # the idle connection timer. (idle option)
  344. # The filter expression is akin to that of tcpdump(1)
  345. #active-filter <filter-expression>
  346.  
  347. # ---<End of File>---
  348.